home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6268 < prev    next >
Encoding:
Text File  |  1996-08-05  |  981 b   |  23 lines

  1. Newsgroups: comp.lang.c
  2. Path: in2.uu.net!world!robinso2
  3. From: robinso2@world.std.com (wallace robinson)
  4. Subject: need internet datagram help
  5. Message-ID: <Dn8Mq4.5xq@world.std.com>
  6. Organization: The World, Public Access Internet, Brookline, MA
  7. X-Newsreader: TIN [version 1.2 PL2]
  8. Date: Fri, 23 Feb 1996 16:49:16 GMT
  9.  
  10.  am writing a client  application, which (unfortunately) is supposed to call
  11. a PC VB server program , using internet datagrams.  My code is Hp risc unix C.
  12. Does anyone have tips about where I can learn how unreliable datagrams are,
  13. etc?.  I need to figure out how to optimize my timeouts, and number of tries,
  14. but it is difficult to do so because I don't kow things like:  are datagrams queued?
  15. What happens to a dtagram that gets sent when noi one is listenming? etc.
  16. I have read "unix network programming " by stevens, and the HP on line doc
  17. "Berkeley IPC Programmers's Guide", but neither givesme the overview that I am
  18. looking for.  Thanks for any help!
  19. .
  20. .
  21. 
  22.  
  23.